home *** CD-ROM | disk | FTP | other *** search
/ The Commodore Billboard / The Commodore Billboard (Individual Computers).iso / autorun.js < prev    next >
Text File  |  2003-07-10  |  122b  |  4 lines

  1. WshShell = WScript.CreateObject("WScript.Shell");
  2. WshShell.Run("index.htm", 1, 0);
  3. WScript.DisconnectObject(WshShell);
  4.